翻訳と辞書
Words near each other
・ fifth dimension technologies
・ fifth generation language
・ fifth normal form
・ fight-o-net
・ file
・ file allocation table
・ file attach
・ file composition
・ file compression
・ file control block
file descriptor
・ file descriptor leak
・ file extension
・ file request
・ file separator
・ file server
・ file service protocol
・ file signature
・ file system
・ file transfer


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

file descriptor : FOLDOC
file descriptor
An integer that identifies an open file within a process. This number is obtained as a result of opening a file. Operations which read, write, or close a file would take the file descriptor as an input parameter.
In many operating system implementations, file descriptors are small integers which index a table of open files. In Unix, file descriptors 0, 1 and 2 correspond to the {standard input}, {standard output} and {standard error} files respectively.
See file descriptor leak.
(1998-02-06)



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.